internal/runtime/maps.table.index (field)

18 uses

	internal/runtime/maps (current package)
		map.go#L350: 		m.directorySet(uintptr(nt.index+i), nt)
		map.go#L367: 			if t.index == i {
		map.go#L368: 				t.index = 2 * i
		map.go#L380: 	left.index = old.index
		map.go#L384: 	right.index = left.index + entries
		table.go#L60: 	index int
		table.go#L80: 		index:      index,
		table.go#L786: 			if newTab.index != dirIdx {
		table.go#L798: 				diff := dirIdx - newTab.index
		table.go#L800: 				dirIdx = newTab.index
		table.go#L845: 			grown := it.tab.index == -1
		table.go#L949: 			grown := it.tab.index == -1
		table.go#L1084: 	t.index = -1
		table.go#L1092: 	newTable := newTable(typ, uint64(newCapacity), t.index, t.localDepth)
		table.go#L1122: 	t.index = -1
		table_debug.go#L86: 	index: `, t.index, `